home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TURNON / TURNON.DIR / 00007_Script_7 < prev    next >
Text File  |  1995-05-28  |  1KB  |  61 lines

  1. on enterframe
  2.   
  3.   --if the frame > 15 then
  4.   --  if the visible of window "turn on timeline" = 0 then
  5.   --    tell window "turn on timeline" to pause
  6.   --  end if
  7.   --end if
  8.   
  9.   
  10.   
  11.   if rollover(40) then
  12.     set the visibility of sprite 40 = true
  13.   else
  14.     set the visibility of sprite 40 = false
  15.   end if
  16.   
  17.   if rollover(41) then
  18.     set the visibility of sprite 41 = true
  19.   else
  20.     set the visibility of sprite 41 = false
  21.   end if
  22.   
  23.   if rollover(42) then
  24.     set the visibility of sprite 42 = true
  25.   else
  26.     set the visibility of sprite 42 = false
  27.   end if
  28.   
  29.   if rollover(43) then
  30.     set the visibility of sprite 43 = true
  31.   else
  32.     set the visibility of sprite 43 = false
  33.   end if
  34.   
  35.   if rollover(44) then
  36.     set the visibility of sprite 44 = true
  37.   else
  38.     set the visibility of sprite 44 = false
  39.   end if
  40.   
  41.   if rollover(45) then
  42.     set the visibility of sprite 45 = true
  43.   else
  44.     set the visibility of sprite 45 = false
  45.   end if
  46.   
  47.   if rollover(46) then
  48.     set the visibility of sprite 46 = true
  49.   else
  50.     set the visibility of sprite 46 = false
  51.   end if
  52.   
  53.   if rollover(47) then
  54.     set the visibility of sprite 47 = true
  55.   else
  56.     set the visibility of sprite 47 = false
  57.   end if
  58.   
  59. end enterframe
  60.  
  61.